home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / timeline.dir / 00036_Script_36 < prev    next >
Text File  |  1983-01-29  |  831b  |  48 lines

  1. on startMovie
  2.   global cursprite,parte,audio_timeline,disaudio,da_dove_tl
  3.   
  4.   
  5.   
  6.   if disaudio then set audio_timeline to 0
  7.   
  8.   if da_dove_tl=1 then
  9.     set da_dove_tl to 0
  10.     if audio_timeline=0 then
  11.       
  12.       vit 35
  13.     else
  14.       vif 35
  15.     end if
  16.   else
  17.     vif 35
  18.   end if 
  19.   updatestage
  20.   
  21.   
  22.   
  23.   --  if audio_timeline= 1 then 
  24.   --    vif 35
  25.   --    set audio_timeline to 0
  26.   --  else
  27.   --    vit 35
  28.   --  end if
  29.   --  
  30.   --  if parte then
  31.   --    vif 35
  32.   --  else
  33.   --    vit  35
  34.   --    updatestage
  35.   --  end if
  36.   
  37.   set cursprite to ""
  38.   set the mouseUpScript to ("if the doubleClick=TRUE THEN"&numtochar(013)&" ARCHIVIO"&numtochar(013)&"pass"&numtochar(013)&"end if")
  39.   
  40.   set the mouseDownscript to "rit"
  41. end
  42.  
  43. on rit
  44.   toglipopop
  45.   toglipopinv
  46.   blocca
  47.   pass
  48. end